[WIP] Added an option to open a folder in VSCode#414
[WIP] Added an option to open a folder in VSCode#414adriengivry wants to merge 9 commits intomainfrom
Conversation
a82a007 to
e6f695a
Compare
litelawliet
left a comment
There was a problem hiding this comment.
In Release, when opening a folder in VS Code (example), a command-line terminal will open in order to launch the external tool. Keeping the external tool open and opening again a folder from Overload will not create another command-line terminal.
However if you close the external tool prior to open again another folder then a command-line terminal will be created again.
This doesn't happen in Debug because a terminal is attached to Overload, but since no terminal is attached in Release it then have to create one in order to run the command-line that open an external tool.
I think we should hide (set to background the terminal) when running the command line for an external tool.
e6f695a to
086f45a
Compare
Fixed! ✅ 086f45a |
|
Putting this one back to draft, it's currently not possible to know, using @litelawliet for vis. |
Description
EditorSettingsentries for custom external tool name and commandExternalToolsutility to define the presetsRelated Issues
Closes #389
Screenshot
OvEditor_LhBb2tkJmL.mp4